Trieste, 8 december 2002
				The Superbike Project V1.0
			       
				by Ready.
				Trieste (Italy)AD 2002

Instrucitons:
this is a demo version, for the real version you need the interface circuit and the bicycle with the brake.

There arew two disks: the master disk:


0 "NEW DISK        " 00 2A
2    "CARIC"            PRG  
2    "MP10"             PRG  
47   "SUPER"            PRG   
7    "FIGS"             PRG  
9    "MUSICDISCMAKER"   PRG  
1    "==============>>" PRG  
1    "THE SUPERBIKE"    DEL  
22   "PROJECT AD2002"   DEL   
22   "BY READY."        DEL   
22   "SPECIAL THANX TO" DEL   
6    "GRG AND"          DEL  
3    "SID MUSICIANS"    PRG  
1    "WHOSE SIDS ARE"   DEL  
22   "IN THE MUSIC"     DEL   
0    "DISK"   


CARIC: load this to play
MUSICDISKMAKER: use this file to make the music disks

the music disk:

0 "NEW DISK        " 00 2A
3    "DIR"              PRG  
1    "INFO"             PRG  
1    "==============>>" PRG  
11   "BURNING_CHROME"   PRG   
12   "BUZZER"           PRG   
19   "CHAOS"            PRG   
18   "CHILDREN_DREAM_V" PRG   
17   "COSMIC_BABY"      PRG   
11   "DELTA_ZAK"        PRG   
20   "ECHOPLEX"         PRG   
16   "FOOLISH_THING"    PRG   
16   "GET-A-WAY"        PRG   
13   "GHOSTS_REMIX"     PRG   
8    "GIANA_MIX"        PRG  
18   "HAPPY_BIRTHDAY_R" PRG   
16   "HESSI_JAMES"      PRG   
17   "INTROWAVE"        PRG   
10   "LV_INTRO"         PRG   
21   "MAN_WITH_NO_NAME" PRG   
22   "MATHEMATIKA_II"   PRG   
17   "MEGAMIX_97"       PRG   
21   "MEGAMIX_II_C64"   PRG   
29   "MONTY_ON_THE_RUN" PRG   
18   "MOTORWAY_4"       PRG   
10   "NUMERO_14"        PRG   
10   "NUMERO_17"        PRG   
10   "NUMERO_18"        PRG   
13   "NUMERO_20"        PRG   
21   "ONLY_YOU"         PRG   
19   "PHANTOMS_OF_THE_" PRG   
16   "PLUSH2K"          PRG   
6    "PLUSH4K"          PRG  
11   "RANDOM"           PRG   
17   "REFLEX_TUNE"      PRG   
19   "R-TYPE_AND_TECHN" PRG   
18   "SIT_IN_MY_UNDERW" PRG   
17   "SPEED_OF_SOUND"   PRG   
17   "SPEEDWAY"         PRG   
12   "STORM"            PRG   
15   "STROBOSPHERE"     PRG   
23   "SYS4096"          PRG   
19   "TECHNO_MUSIC"     PRG   
16   "TRAILMIX_INTRO"   PRG   
 
the first two files contain the information about the name of the files (DIR) and the init and play adresses (INFO). The separator "==============>>" tells the program MUSICDISKMAKER that the rest of the files are sid tunes.

there's a thrid disk needed to make the music disk: the infodisk:

0 "NEW DISK        " 00 2A
1    "==============>>" PRG  
1    "CHAOS.TXT"        PRG  
1    "CHILDREN_DREAM_V" PRG  
1    "COSMIC_BABY.TXT"  PRG  
1    "DELTA_ZAK.TXT"    PRG  
1    "ECHOPLEX.TXT"     PRG  
1    "FOOLISH_THING.TX" PRG  
1    "GET-A-WAY.TXT"    PRG  
1    "GHOSTS_REMIX.TXT" PRG  
1    "GIANA_MIX.TXT"    PRG  
1    "HAPPY_BIRTHDAY_R" PRG  
1    "HESSI_JAMES.TXT"  PRG  
1    "INTROWAVE.TXT"    PRG  
1    "MAN_WITH_NO_NAME" PRG  
1    "MATHEMATIKA_II.T" PRG  
1    "MEGAMIX_97.TXT"   PRG  
1    "MEGAMIX_II_C64.T" PRG  
1    "MONTY_ON_THE_RUN" PRG  
1    "MOTORWAY_4.TXT"   PRG  
1    "NUMERO_14.TXT"    PRG  
1    "NUMERO_17.TXT"    PRG  
1    "NUMERO_18.TXT"    PRG  
1    "NUMERO_20.TXT"    PRG  
1    "ONLY_YOU.TXT"     PRG  
1    "PHANTOMS_OF_THE_" PRG  
1    "PLUSH2K.TXT"      PRG  
1    "PLUSH4K.TXT"      PRG  
1    "RANDOM.TXT"       PRG  
1    "REFLEX_T

How to make a music disk (easier with VICE emulator)
	1.find the sid tunes you prefear but they must be located in $0800-$3d00 or 	 $8000-$bfff, no speed tunes no digi tunes
	2.use the CONVERT option of SIDPLAY to convert each *.sid file into *.prg and *.txt 	 (c64 data and info) files
	3.put all *.prg files into a new disk, but remember to put the first three files 	 as:
				0 "musicdisk       " 00 2A
				3    "DIR"              PRG  
				1    "INFO"             PRG  
				1    "==============>>" PRG
	 It doesn't matter what DIR and INFO really contains, for now what matters is that 	 they are at the top of the directory with those names. The program MUSICDISKMAKER 	 will modify them later.
	4.put all *.txt files into a new disk after the separator:
				0 "infodisk        " 00 2A
				1    "==============>>" PRG
	HINT:a disk editor (such as:D64 editor, http://almighty.c64.org/d64editor.htlm) 	will make your life easier!
	5.Open an emulator or your real C64 with 3 drives and insert in
	 drive8:master disk
	 drive9:music disk
	 drive10:info disk
	6.load"MUSICDISCMAKER",8 and RUN, press the space bar and the computer will do the 	 rest.
	7. now your music disk as the proper DIR and INFO files.You don't need the infodisk 	anymore


To do: a lot.....
	support speed and digi tunes (anybody wanna help me?)
	
	add the scrolling effect (I'm working on it)
	
	support sids in any memory area
	
	find a way to produce the interface circuit and the mechanical parts so that 		anybody can keep thamself in shape with their C64 even in the 3rd millenium (am I 	dreaming?)

Contact me at: danieleredivo@adriacom.it
